home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD Actual 22
/
PC Actual CD 22.iso
/
progs
/
DIRECTOR
/
data.z
/
Keyboard Lingo.dir
/
Scripts_11_ Key Down Script for Scene 1.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-05-10
|
188 b
|
13 lines
on exitFrame
go(the frame)
end
on keyDown
put the key into field "The Key" of castLib "Text"
set the member of sprite 8 to member "downstate"
end
on keyUp
puppetSprite(8, 0)
end